home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Juegos / 835.swf / scripts / frame_3 / PlaceObject2_183_15 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2005-11-19  |  246 b   |  13 lines

  1. onClipEvent(enterFrame){
  2.    this._x = 450 * _root.decor.x / 200 + 50;
  3.    if(_root.vie == 0 && vierge == true)
  4.    {
  5.       gotoAndPlay(201);
  6.       vierge = false;
  7.    }
  8.    if(_root.vie == 1)
  9.    {
  10.       gotoAndStop(_root.decor.x);
  11.    }
  12. }
  13.